[INFO] cloning repository https://github.com/Pifton/Dodge-the-Wall
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Pifton/Dodge-the-Wall" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPifton%2FDodge-the-Wall", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPifton%2FDodge-the-Wall'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1b659b013515aa272d7e407c1f9076c33fb4b8e2
[INFO] fixing Pifton/Dodge-the-Wall against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPifton%2FDodge-the-Wall" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Pifton/Dodge-the-Wall
[INFO] finished tweaking git repo https://github.com/Pifton/Dodge-the-Wall
[INFO] tweaked toml for git repo https://github.com/Pifton/Dodge-the-Wall written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Pifton/Dodge-the-Wall on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Pifton/Dodge-the-Wall already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded sapp-windows v0.2.19
[INFO] [stderr]   Downloaded sapp-wasm v0.1.26
[INFO] [stderr]   Downloaded miniquad v0.3.0-alpha.42
[INFO] [stderr]   Downloaded bytemuck v1.7.3
[INFO] [stderr]   Downloaded crc32fast v1.3.0
[INFO] [stderr]   Downloaded sapp-android v0.1.14
[INFO] [stderr]   Downloaded sapp-ios v0.1.2
[INFO] [stderr]   Downloaded sapp-dummy v0.1.5
[INFO] [stderr]   Downloaded sapp-darwin v0.1.6
[INFO] [stderr]   Downloaded sapp-linux v0.1.13
[INFO] [stderr]   Downloaded macroquad v0.3.13
[INFO] [stderr]   Downloaded quad-snd v0.2.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 5916e3f58aa16f5b2a6f7518390b28939340771042e0fd50b705b1182035f75d
[INFO] running `Command { std: "docker" "start" "5916e3f58aa16f5b2a6f7518390b28939340771042e0fd50b705b1182035f75d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5916e3f58aa16f5b2a6f7518390b28939340771042e0fd50b705b1182035f75d" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5916e3f58aa16f5b2a6f7518390b28939340771042e0fd50b705b1182035f75d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5916e3f58aa16f5b2a6f7518390b28939340771042e0fd50b705b1182035f75d" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.112
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling maybe-uninit v2.0.0
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling crc32fast v1.3.0
[INFO] [stderr]    Compiling quad-alsa-sys v0.3.2
[INFO] [stderr]     Checking ogg v0.7.1
[INFO] [stderr]    Compiling num-iter v0.1.42
[INFO] [stderr]    Compiling num-rational v0.3.2
[INFO] [stderr]    Compiling sapp-linux v0.1.13
[INFO] [stderr]     Checking dasp_sample v0.11.0
[INFO] [stderr]     Checking dasp_frame v0.11.0
[INFO] [stderr]     Checking smallvec v0.6.14
[INFO] [stderr]     Checking deflate v0.8.6
[INFO] [stderr]    Compiling quad-snd v0.2.3
[INFO] [stderr]     Checking hound v3.4.0
[INFO] [stderr]     Checking lewton v0.9.4
[INFO] [stderr]     Checking ahash v0.4.7
[INFO] [stderr]     Checking bytemuck v1.7.3
[INFO] [stderr]     Checking hashbrown v0.9.1
[INFO] [stderr]     Checking ttf-parser v0.12.3
[INFO] [stderr]     Checking bumpalo v3.9.1
[INFO] [stderr]    Compiling macroquad_macro v0.1.7
[INFO] [stderr]     Checking getrandom v0.2.3
[INFO] [stderr]     Checking png v0.16.8
[INFO] [stderr]     Checking rand_core v0.6.3
[INFO] [stderr]     Checking glam v0.14.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking audrey v0.3.0
[INFO] [stderr]     Checking quad-rand v0.2.1
[INFO] [stderr]     Checking rand v0.8.4
[INFO] [stderr]     Checking fontdue v0.5.2
[INFO] [stderr]     Checking image v0.23.14
[INFO] [stderr]     Checking miniquad v0.3.0-alpha.42
[INFO] [stderr]     Checking macroquad v0.3.13
[INFO] [stderr]     Checking DodgetheWall v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `p4` is never read
[INFO] [stdout]   --> src/collisions.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | struct Polygon{
[INFO] [stdout]    |        ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 22 |     p4:Vec2,
[INFO] [stdout]    |     ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/main.rs:54:67
[INFO] [stdout]    |
[INFO] [stdout] 54 |                 let string_score:&str = &("Score: ".to_owned() + &SCORE.to_string());
[INFO] [stdout]    |                                                                   ^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/affichage.rs:65:30
[INFO] [stdout]    |
[INFO] [stdout] 65 |         if(15..=30).contains(&SCORE) { return FALL += 3.4 }
[INFO] [stdout]    |                              ^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] help: use `&raw const` instead to create a raw pointer
[INFO] [stdout]    |
[INFO] [stdout] 65 |         if(15..=30).contains(&raw const SCORE) { return FALL += 3.4 }
[INFO] [stdout]    |                               +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/affichage.rs:66:31
[INFO] [stdout]    |
[INFO] [stdout] 66 |         if (30..=50).contains(&SCORE) { return FALL += 4.0 }
[INFO] [stdout]    |                               ^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] help: use `&raw const` instead to create a raw pointer
[INFO] [stdout]    |
[INFO] [stdout] 66 |         if (30..=50).contains(&raw const SCORE) { return FALL += 4.0 }
[INFO] [stdout]    |                                +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/affichage.rs:67:31
[INFO] [stdout]    |
[INFO] [stdout] 67 |         if (50..=80).contains(&SCORE)  { return FALL += 5.0 }
[INFO] [stdout]    |                               ^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] help: use `&raw const` instead to create a raw pointer
[INFO] [stdout]    |
[INFO] [stdout] 67 |         if (50..=80).contains(&raw const SCORE)  { return FALL += 5.0 }
[INFO] [stdout]    |                                +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/affichage.rs:68:32
[INFO] [stdout]    |
[INFO] [stdout] 68 |         if (80..=120).contains(&SCORE) { return FALL += 5.5 }
[INFO] [stdout]    |                                ^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] help: use `&raw const` instead to create a raw pointer
[INFO] [stdout]    |
[INFO] [stdout] 68 |         if (80..=120).contains(&raw const SCORE) { return FALL += 5.5 }
[INFO] [stdout]    |                                 +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/affichage.rs:69:33
[INFO] [stdout]    |
[INFO] [stdout] 69 |         if (120..=150).contains(&SCORE) { return FALL += 6.0 }
[INFO] [stdout]    |                                 ^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] help: use `&raw const` instead to create a raw pointer
[INFO] [stdout]    |
[INFO] [stdout] 69 |         if (120..=150).contains(&raw const SCORE) { return FALL += 6.0 }
[INFO] [stdout]    |                                  +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/affichage.rs:90:27
[INFO] [stdout]    |
[INFO] [stdout] 90 |             println!("{}",BOOST);
[INFO] [stdout]    |                           ^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/affichage.rs:137:66
[INFO] [stdout]     |
[INFO] [stdout] 137 |         let text2: &str = &("Votre Score est de: ".to_owned() + &SCORE.to_string());
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `p4` is never read
[INFO] [stdout]   --> src/collisions.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | struct Polygon{
[INFO] [stdout]    |        ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 22 |     p4:Vec2,
[INFO] [stdout]    |     ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/main.rs:54:67
[INFO] [stdout]    |
[INFO] [stdout] 54 |                 let string_score:&str = &("Score: ".to_owned() + &SCORE.to_string());
[INFO] [stdout]    |                                                                   ^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/affichage.rs:65:30
[INFO] [stdout]    |
[INFO] [stdout] 65 |         if(15..=30).contains(&SCORE) { return FALL += 3.4 }
[INFO] [stdout]    |                              ^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] help: use `&raw const` instead to create a raw pointer
[INFO] [stdout]    |
[INFO] [stdout] 65 |         if(15..=30).contains(&raw const SCORE) { return FALL += 3.4 }
[INFO] [stdout]    |                               +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/affichage.rs:66:31
[INFO] [stdout]    |
[INFO] [stdout] 66 |         if (30..=50).contains(&SCORE) { return FALL += 4.0 }
[INFO] [stdout]    |                               ^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] help: use `&raw const` instead to create a raw pointer
[INFO] [stdout]    |
[INFO] [stdout] 66 |         if (30..=50).contains(&raw const SCORE) { return FALL += 4.0 }
[INFO] [stdout]    |                                +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/affichage.rs:67:31
[INFO] [stdout]    |
[INFO] [stdout] 67 |         if (50..=80).contains(&SCORE)  { return FALL += 5.0 }
[INFO] [stdout]    |                               ^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] help: use `&raw const` instead to create a raw pointer
[INFO] [stdout]    |
[INFO] [stdout] 67 |         if (50..=80).contains(&raw const SCORE)  { return FALL += 5.0 }
[INFO] [stdout]    |                                +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/affichage.rs:68:32
[INFO] [stdout]    |
[INFO] [stdout] 68 |         if (80..=120).contains(&SCORE) { return FALL += 5.5 }
[INFO] [stdout]    |                                ^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] help: use `&raw const` instead to create a raw pointer
[INFO] [stdout]    |
[INFO] [stdout] 68 |         if (80..=120).contains(&raw const SCORE) { return FALL += 5.5 }
[INFO] [stdout]    |                                 +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/affichage.rs:69:33
[INFO] [stdout]    |
[INFO] [stdout] 69 |         if (120..=150).contains(&SCORE) { return FALL += 6.0 }
[INFO] [stdout]    |                                 ^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] help: use `&raw const` instead to create a raw pointer
[INFO] [stdout]    |
[INFO] [stdout] 69 |         if (120..=150).contains(&raw const SCORE) { return FALL += 6.0 }
[INFO] [stdout]    |                                  +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/affichage.rs:90:27
[INFO] [stdout]    |
[INFO] [stdout] 90 |             println!("{}",BOOST);
[INFO] [stdout]    |                           ^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/affichage.rs:137:66
[INFO] [stdout]     |
[INFO] [stdout] 137 |         let text2: &str = &("Votre Score est de: ".to_owned() + &SCORE.to_string());
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.32s
[INFO] [stderr] crater-edition-check: all finished
[INFO] running `Command { std: "docker" "inspect" "5916e3f58aa16f5b2a6f7518390b28939340771042e0fd50b705b1182035f75d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5916e3f58aa16f5b2a6f7518390b28939340771042e0fd50b705b1182035f75d", kill_on_drop: false }`
[INFO] [stdout] 5916e3f58aa16f5b2a6f7518390b28939340771042e0fd50b705b1182035f75d
